home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue28 / subclass / readme.txt < prev   
Encoding:
Text File  |  1997-09-09  |  569 b   |  19 lines

  1. The files in this zip archive are supporting examples for the article on using Windows API subclassing techniques in Delphi.  All were developed and tested under Delphi3.
  2.  
  3. App1.dpr
  4. app1main.pas  ... "traditional" subclassing within a form
  5.  
  6. app2.dpr
  7. app2main.pas
  8. example1.pas
  9. example2.pas  ... subclassing a parent from within a component, MakeObjectInstance
  10.  
  11. app3.dpr
  12. app3main.pas
  13. automemo.pas  ...  skeleton for an auto scrolling memo component
  14.  
  15. awkward.dpr
  16. awkmain.pas
  17. awkworks.pas  ... subclassing using SetProp and GetProp to find out who we are
  18.  
  19.